/* root */
:root {
	--color-head: 60,40,145;
	--color-head-strong: 70,10,200;
	--color-head-soft: 180,160,250;
	--color-head-dull: 60,50,120;
	
	--color-link: 210,0,110;
	--color-link-bg: 220,30,85;
	--color-link-bg-hover: 240,0,100;
	--color-link-bg-inactive: 190,160,170;
	--color-highlight: 245,240,255;
	
	--color-bg: 255,255,255;
	--color-text: 0,0,0;
	
	--font-thin: 300;
	--font-regular: 500;
	--font-bold: 700;
	
	--family-head: Catamaran;
	--family-default: Catamaran;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}


/* latin */

@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/application/app/public/font/Catamaran-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/application/app/public/font/Catamaran-Medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/application/app/public/font/Catamaran-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/application/app/public/font/Catamaran-Light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/application/app/public/font/Catamaran-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



@font-face {
  font-family: 'Asul';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/application/app/public/font/Asul-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Asul';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/application/app/public/font/Asul-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/



html {
	
	height:100%;
	padding: 0;
	margin: 0;
	box-sizing:border-box;
	line-height:1.2em;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
	font-size:15px;
	padding: 0;
	margin: 0;
	font-family: var(--family-default);
	font-weight:var(--font-regular);
	color:#202020;
	background-color:#ffffff;
	height:100%;
	box-sizing:border-box;
}


.wrap {
	display:block;
	max-width:1200px;
	margin:0 auto 0 auto;
	width:99%;
}



.page {

	
    background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,0) 100%), url(/application/app/public/img/page-bg-l.webp);
    background-size: 100% auto, 100% auto;
    background-repeat: repeat-y, no-repeat;
	background-attachment: scroll, fixed;
    font-weight:var(--font-regular);
	padding:50px 0 60px 0;
	min-height:calc(100vh - 40px);
}

hr {
	border:none;
	background:none;
	display:block;
	height:0.5em;
	margin:0;
}

hr.div {
	height:21px;
	position:relative;
}


hr.div::before {
	content:'';
	position:absolute;
	top:8px;
	height:1px;
	left:0;
	right:0;
	background: linear-gradient(90deg, rgba(var(--color-head-dull),0) 0%, rgba(var(--color-head-dull),0.3) 15%, rgba(var(--color-head-dull),0.3) 48.5%, rgba(var(--color-head-dull),0) 48.6%, rgba(var(--color-head-dull),0) 51.4%, rgba(var(--color-head-dull),0.3) 51.5%, rgba(var(--color-head-dull),0.3) 85%,  rgba(var(--color-head-dull),0.0) 100%);
	
}
hr.div::after {
	color:rgba(var(--color-head-dull),0.4);
	position:absolute;
	text-align:center;
	font-size:22px;
	content:'★';
	top:0;
	left:0;
	bottom:0;
	right:0;
}



img {
	image-rendering: -webkit-optimize-contrast;
}

img.border {
	box-sizing: content-box;
	border-style:solid;
	border-width:1px;
	border-color:rgba(var(--color-head-strong),1);
}

a {
	text-decoration:none;
	color:rgba(var(--color-link),1);
	cursor:pointer;
}
a:hover {
	color:rgba(var(--color-head-strong),1);
}

a.nohl {
	color:rgba(var(--color-text),1);
}
a.nohl:hover {
	color:rgba(var(--color-text),1);
}


p {
	margin:0;
	padding:0;
}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
}

ul > li {
	padding:0;
	margin:0;
}


h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0;
	line-height:1.2em;
	font-family:var(--family-head);
	font-weight:700;
	color:rgb( var(--color-text) );
}

.h0 {
	font-size:1em;
}
h1, .h1 {
	font-size:2.2em;
}
h2, .h2 {
	font-size:1.8em;
}
h3, .h3 {
	font-size:1.4em;
}
h4, .h4 {
	font-size:1.2em;
}

.hsub {
	font-family: var(--family-default);
	color:rgba(var(--color-head),1);
	opacity:1;
}

.heading {
	color:rgba(var(--color-head-strong, 1));
}

.action {
	color:rgba(var(--color-link),1);
	font-weight:700;
}

.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}

.bold {
	font-weight:var(--font-bold);
}


.aleft {
	display:block;
	margin-right:auto;
}
.aright {
	display:block;
	margin-left:auto;
}

.centered, .acenter {
	display:block;
	margin:0 auto;
}


.color-head {
	color:rgba(var(--color-head-strong),1);
}
ul.star > li {
	position:relative;
	padding:2px 0 0 20px;
}

ul.star.indent {
	padding-left:1em;
}

ul.star.inline > li {
	display:inline-block;
	margin-right:20px;
}

ul.star > li::after {
	content:'';
	position:absolute;
	display:block;
	top:0;
	bottom:0;
	left:0;
	width:16px;
	mask-image:var(--mask-icon-star);
	-webkit-mask-image:var(--mask-icon-star);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 16px;
	-webkit-mask-size: 16px;

	mask-position: left center;
	-webkit-mask-position: left center;
	
	background-color:rgba(var(--color-link-bg),1);
	
}

a.star {
	display:inline-block;
	padding:0.15em 0 0 20px;
	position:relative;
}
a.star::before {
	content:'';
	position:absolute;
	display:block;
	top:0;
	bottom:0;
	left:0;
	width:16px;
	mask-image:var(--mask-icon-star);
	-webkit-mask-image:var(--mask-icon-star);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 16px;
	-webkit-mask-size: 16px;

	mask-position: left center;
	-webkit-mask-position: left center;
	
	background-color:rgba(var(--color-link-bg),1);
	
}

a.star:hover::before {
	background-color:rgba(var(--color-head-strong),1);
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


input[type="date"],
input[type="email"],
input[type="range"],
input[type="file"],
input[type="datetime-local"],
input[type="color"],
input[type="image"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
	font-family:var(--family-default);
	font-size:1.1em;
	border-color:rgba(var(--color-link-bg),1);
	border-style:solid;
	border-width:1px;
	padding:0 4px;
	color:#000;
	background-color:rgba(var(--color-highlight),1);
	height:1.65em;
	
}
label {
	font-size:1.2em;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
    text-indent: 1px;
    text-overflow: '';
	position:relative;
	padding:0px 22px 0px 6px;
	
	background-image:url('/application/app/public/img/arrowb.png');
	background-repeat:no-repeat;
	background-position:right 6px center;
	cursor:pointer;
}




.button.inactive, button.inactive {
	color:#fff;
	background-color:rgba(var(--color-link-bg-inactive),1);
	cursor:not-allowed;
}
.button.loading {
	position:relative;
	cursor:wait;
	background-color:rgba(var(--color-link-bg-inactive),1);
}

.button.loading > span {
	opacity:0;
}

.button.loading > .loader {
	display:block;
}

.button:hover, button:hover {
	color:#ffffff;
	background-color:rgba(var(--color-link-bg-hover),1);
	transition:color 200ms, border-color 200ms;
}

.button.inactive:hover, button.inactive:hover {
	background-color:rgba(var(--color-link-bg-inactive),1);
}
.button.loading:hover, button.loading:hover {
	background-color:rgba(var(--color-link-bg-inactive),1);
}

h1.div:, h2.div, h3.div, h4.div {
	position:relative;
}
	

	


/* article */

article {
	text-align:left;
}


article p {
	margin:0 0 0.5em 0;
	padding:0;
	font-weight:var(--font-regular);
}

article a:hover {
	text-decoration:underline;
}


article .h1, article .h2, article .h3, article .h4,
article h1,article h2,article h3,article h4
{
	font-family:var(--family-head);
	font-weight:var(--font-bold);
	color:rgba(var(--color-head-strong),1);
	padding:0.75rem 0 0.375rem;
	
}

article .hsub {
	font-size:1.1em;
	color:rgba(var(--color-head-strong),1);
	filter: grayscale(35%);
	padding:0;
	font-weight:var(--font-bold);
	font-family:var(--family-default);
	margin:0;
	opacity:0.85;
}

article .hcenter {
	font-size:1.9em;
	text-align:center;
	color:rgba( var(--color-text),1);
	margin-bottom:1rem;
}

article .h1 + .hsub, article .h2 + .hsub, article .h3 + .hsub, article .h4 + .hsub,
article h1 + .hsub, article h2 + .hsub, article h3 + .hsub, article h4 + .hsub {
	padding-bottom:0.375rem;
	margin-top:-0.375rem;
}

article .h1:first-child, article .h2:first-child, article .h3:first-child, article .h4:first-child,
article h1:first-child, article h2:first-child, article h3:first-child, article h4:first-child,
article .hsub + .h1, article .hsub + .h2, article .hsub + .h3, article .hsub + .h4,
article .hsub + h1, article .hsub + h2, article .hsub + h3, article .hsub + h4,
article img + h1, article img + h2, article img + h3, article img + h4,
article img + .h1, article img + .h2, article img + .h3, article img + .h4
{
	padding-top:0;
}

article .h1, article h1 {
	font-size:1.5em;
}
article .h2, article h2 {
	font-size:1.25em;
}
article .h3, article h3 {
	font-size:1em;
}
article .h4, article h4 {
	font-size:1em;
}


/* header */

header {
	height:50px;
	width:100%;
	background-color:rgba(var(--color-head),1);
	color:#f0f0f0;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	box-shadow:0 0 30px 10px rgba(255,255,255,0.5);
	
}

html.theme-xmas header {
	background-image:url(/application/app/public/img/header-xmasd.webp);
	background-size:cover;
	background-position:left center;
}

html.theme-xmas .image-banner {
	background-image:url(/application/app/public/img/banner-xmas.webp);
	background-size:contain;
	background-position:center center;
	height:160px;
}

header > .wrap {
	height:100%;
}

header nav {
	display:inline-block;
	margin-left:50px;
	font-size:18px;
	height:100%;
	line-height:50px;
	vertical-align:top;
	cursor:default;
}

header nav > div {
	display:inline-block;
	padding:0 12px;
	cursor:default;
}

header nav > div.sub {
	position:relative;
	
}


header nav > div.sub > .title {
	display:block;
	
	position:relative;
	color:#f0f0f0;
}

header nav > div.sub > div.title {
	padding-right:20px;
}

header nav > div.sub > .title.gold {
	color:rgb(var(--color-gold));
	font-weight:bold;
}

header nav > div.sub > .title {
	cursor:pointer;
}
header nav > div.sub > .title:hover {
	color:#ffffff;
}



header nav > div.sub > div.title::after {
    content: '';
    position: absolute;
    right: 3px;

    top: 23px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
}
	
header nav > div.sub > .menu {
	font-size:1.1em;
	position:absolute;
	left:-20px;
	top:50px;
	/*background-color:rgba(35,83,132,0.8);*/
	background-color:#ffffff;

	z-index:9999;
	padding:10px 25px;
	display:none;
	box-shadow:0 0px 25px 0 rgba(10,0,40,0.8);
	border-style:solid;
	border-width:1px;
	border-color:rgba(var(--color-head-soft),1);
	border-top-width:0;

}

header nav > div.sub.open {
	color:#ffffff;
}

header nav > div.sub.open > .menu {
	display:table;
	
}

header nav > div.sub.open > div.title::after {
	border-top-color:#ffffff;
}

header nav > div.sub > .menu > div {
	display:table-row;
}

header nav > div.sub > .menu a {
	color:#000000;
	display:table-cell;
	font-weight:var(--font-regular);
	transition:color 200ms;

	padding:10px 40px 10px 0;

}
header nav > div.sub > .menu > div a:last-child {
	padding-right:0;
}

header nav > div.sub > .menu a > b {
	font-family:var(--family-head);
	display:block;
	font-size:1em;
	font-weight:var(--font-regular);
	line-height:1.4em;
}
header nav > div.sub > .menu a > b.icon {
	background-position:left top;
	padding-left:30px;
}
header nav > div.sub > .menu a > i {
	display:block;
	font-size:0.7em;
	opacity:0.6;
	font-style:normal;
	line-height:1.5em;
	white-space: nowrap;
	width:100%;
	

}

header nav > div.sub > .menu a:hover > b {
	color:rgba(var(--color-link),1);
}
header nav > div.sub > .menu a:hover > i {
	color:rgba(var(--color-link),1);
}
/* struct */


section {
	display:flex;
	justify-content:space-between;
	width:100%;
	align-items:flex-start;
}


section.start {
	justify-content:flex-start;
}


section.end {
	justify-content:flex-end;
}


section.top {
	align-items:flex-start;
}
section.bottom {
	align-items:flex-end;
}
section.middle  {
	align-items:center;
}
section.stretch  {
	align-items:stretch;
}

section.break  {
	flex-wrap:wrap;
}


section > div {
	margin:0 1.5%;
	flex-shrink:0;
	text-align:center;
	flex-grow:0;
}

section.break > div {
	margin:0 0 20px 0;
}

section > div:first-child {
	margin-left:0;
}
section > div:last-child {
	margin-right:0;
}

section.flush > div {
	margin:0;
}


section > div.w10 { width:10%; }
section > div.w15 { width:15%; }
section > div.w20 { width:20%; }
section > div.w25 { width:25%; }
section > div.w30 { width:30%; }
section > div.w33 { width:33%; }
section > div.w35 { width:35%; }
section > div.w40 { width:40%; }
section > div.w45 { width:45%; }
section > div.w50 { width:50%; }
section > div.w55 { width:55%; }
section > div.w60 { width:60%; }
section > div.w65 { width:65%; }
section > div.w70 { width:70%; }
section > div.w75 { width:75%; }
section > div.w80 { width:80%; }
section > div.w85 { width:85%; }
section > div.w90 { width:90%; }
section > div.w95 { width:95%; }
section > div.w100 { width:100%; }

section > div.fit {
	flex-grow:1;
	width:0;
}





/* fragment zodiac list */


.zodiac-list {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.zodiac-list > a {
	display:block;
	margin-bottom:15px;
	text-align:center;
	color:rgb(var(--color-text));
	transition: color 200ms;
	padding-top:10px;
	width:16%;
	border-radius:7px;
}

.zodiac-list-cols-3 > a {
	width:33%;
}
.zodiac-list-cols-12 > a {
	width:8.2%;
}



.zodiac-list .zodiac-list-img.z0 {
	mask-image: var(--mask-zodiac-0);
	-webkit-mask-image: var(--mask-zodiac-0);
}
.zodiac-list .zodiac-list-img.z1 {
	mask-image: var(--mask-zodiac-1);
	-webkit-mask-image: var(--mask-zodiac-1);
}
.zodiac-list .zodiac-list-img.z2 {
	mask-image: var(--mask-zodiac-2);
	-webkit-mask-image: var(--mask-zodiac-2);
}
.zodiac-list .zodiac-list-img.z3 {
	mask-image: var(--mask-zodiac-3);
	-webkit-mask-image: var(--mask-zodiac-3);
}
.zodiac-list .zodiac-list-img.z4 {
	mask-image: var(--mask-zodiac-4);
	-webkit-mask-image: var(--mask-zodiac-4);
}
.zodiac-list .zodiac-list-img.z5 {
	mask-image: var(--mask-zodiac-5);
	-webkit-mask-image: var(--mask-zodiac-5);
}
.zodiac-list .zodiac-list-img.z6 {
	mask-image: var(--mask-zodiac-6);
	-webkit-mask-image: var(--mask-zodiac-6);
}
.zodiac-list .zodiac-list-img.z7 {
	mask-image: var(--mask-zodiac-7);
	-webkit-mask-image: var(--mask-zodiac-7);
}
.zodiac-list .zodiac-list-img.z8 {
	mask-image: var(--mask-zodiac-8);
	-webkit-mask-image: var(--mask-zodiac-8);
}
.zodiac-list .zodiac-list-img.z9 {
	mask-image: var(--mask-zodiac-9);
	-webkit-mask-image: var(--mask-zodiac-9);
}
.zodiac-list .zodiac-list-img.z10 {
	mask-image: var(--mask-zodiac-10);
	-webkit-mask-image: var(--mask-zodiac-10);
}
.zodiac-list .zodiac-list-img.z11 {
	mask-image: var(--mask-zodiac-11);
	-webkit-mask-image: var(--mask-zodiac-11);
}



.zodiac-list .zodiac-list-img {
	background: var(--bg-zodiac);
	padding-bottom:55%;
	width:100%;
    -webkit-mask-size: 50%;
    -webkit-mask-position: top center;
    -webkit-mask-repeat: no-repeat;
    mask-size: 50%;
    mask-position: top center;
    mask-repeat: no-repeat;
	height:auto;
	position:relative;
}

.zodiac-list .zodiac-list-img.zodiac-list-img-ch {
    -webkit-mask-size: 80%;
	mask-size: 80%;
	padding-bottom:75%;
}

.zodiac-list .zodiac-list-img::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background: var(--bg-zodiac-hover);
	opacity:0;
	transition:opacity 400ms;
}


.zodiac-list.zodiac-list-small {
	font-size:0.75em;
}
.zodiac-list.zodiac-list-small > a {
	margin-bottom:8px;
}

.zodiac-list.zodiac-list-small .zodiac-list-img img {
	margin: -15% 0;
}

.zodiac-list.zodiac-list-small  .zodiac-list-title  {
	margin-bottom:-3px;
}


.zodiac-list .zodiac-list-title {
	font-weight:700;
	margin-bottom:1px;
	font-size:1.25em;
	font-family:var(--family-head);
}
.zodiac-list .zodiac-list-date {
	font-weight:var(--font-regular);
	opacity:0.7;
	font-size:0.9em;
	
}

.zodiac-list > a:hover {
	color:rgba(var(--color-link),1);
}

.zodiac-list > a:hover .zodiac-list-img::before {
	opacity:1;
	/*
	filter:brightness(90%) hue-rotate(118deg) contrast(100%) saturate(100%);
	transition: filter 50ms;
	*/
}

.zodiac-list > a.selected {
	color:rgba(var(--color-link),1);
	box-shadow: inset 0px 0px 0px 1px rgba(var(--color-link),1);
	background-color:rgba(var(--color-link),0.05);
}

.zodiac-list > a.selected .zodiac-list-img {
	filter:brightness(90%) hue-rotate(118deg) contrast(100%) saturate(100%);
	transition: filter 50ms;
}



/* zodiac top image */

.zodiac-top .zodiac-top-img img {
	width:200px;
	height:200px;
	filter: brightness(70%) hue-rotate(40deg) contrast(100%) saturate(90%);
	margin:-5px;
	transform-origin:50% 50%;
	transform:scale(1.2);
}


.zodiac-top.zodiac-top-partner .zodiac-top-img {
	position:relative;
	text-align:left;
}

.zodiac-top.zodiac-top-partner .zodiac-top-img img {
	transform:scale(1);
}

.zodiac-top.zodiac-top-partner .zodiac-top-img img:first-child {

}
.zodiac-top.zodiac-top-partner .zodiac-top-img img:last-child {
	position:absolute;
	right:0;
	top:0;
}

.zodiac-top .zodiac-top-name {
	font-family:var(--family-head);
	font-size:1.8em;
	margin-bottom:8px;
}
.zodiac-top .zodiac-top-daterange {
	opacity:0.7;
}

/* portrait */


.zodiac-portrait {
	font-size:0.9em;
	width:100%;
}
.zodiac-portrait tr td:nth-child(1), .zodiac-portrait tr td:nth-child(3) {
	text-align:right;
	padding-right:8px;
	width:20%;
}


.zodiac-portrait td div {
	border-radius:3px;
	width:100%;
	color:#ffffff;
	font-weight:var(--font-bold);
	height:18px;
	position:relative;
	overflow:hidden;
}

.zodiac-portrait td div::before {
	content:'';
	background-color:rgba(var(--color-head),1);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	opacity:0.5;
	border-radius:3px;
	display:block;
	z-index:1;
}
.zodiac-portrait td div::after {
	content:'';
	position:absolute;
	text-align:left;
	background-color:rgba(var(--color-head),1);
	z-index:2;
	left:0;
	display:block;
	padding-left:4px;
	top:0;
	bottom:0;
	line-height:1.6em;
	border-radius:3px;
}

.zodiac-portrait td div.portrait-value-1::after { right:90%; }
.zodiac-portrait td div.portrait-value-2::after { right:80%; }
.zodiac-portrait td div.portrait-value-3::after { right:70%; }
.zodiac-portrait td div.portrait-value-4::after { right:60%; }
.zodiac-portrait td div.portrait-value-5::after { right:50%; }
.zodiac-portrait td div.portrait-value-6::after { right:40%; }
.zodiac-portrait td div.portrait-value-7::after { right:30%; }
.zodiac-portrait td div.portrait-value-8::after { right:20%; }
.zodiac-portrait td div.portrait-value-9::after { right:10%; }
.zodiac-portrait td div.portrait-value-10::after { right:0%; }

.zodiac-portrait td div.portrait-value-1::after { content:'1'; }
.zodiac-portrait td div.portrait-value-2::after { content:'2'; }
.zodiac-portrait td div.portrait-value-3::after { content:'3'; }
.zodiac-portrait td div.portrait-value-4::after { content:'4'; }
.zodiac-portrait td div.portrait-value-5::after { content:'5'; }
.zodiac-portrait td div.portrait-value-6::after { content:'6'; }
.zodiac-portrait td div.portrait-value-7::after { content:'7'; }
.zodiac-portrait td div.portrait-value-8::after { content:'8'; }
.zodiac-portrait td div.portrait-value-9::after { content:'9'; }
.zodiac-portrait td div.portrait-value-10::after { content:'10'; }


/* highlights */

.highlight {
	background: linear-gradient(to bottom right, rgba(245,240,255,0.4) 0%, rgba(245,240,255,0.4) 60%, rgba(235,220,255,0.5) 100%);
	/*background-color:rgba(248,242,255,1);*/
	border-radius:11px;
	padding:10px 15px 42px;
	text-align:left;
	
	border-style:solid;
	border-width:1px;
	border-color:rgba(var(--color-head-soft),1);
	
	cursor:pointer;
	position:relative;
	height:100%;
	color:#000;
	display:block;

}



.highlight .h {
	font-size:1.5em;
	font-weight:700;
	color:rgba(var(--color-head-strong),1);

}

.highlight .img {
	height:150px;
	width:100%;
	text-align:center;
	overflow:hidden;
	margin-bottom:8px;
	border-style:solid;
	border-width:1px;
	border-color:rgba(var(--color-head),1);
	background-size:cover;
}
.highlight:hover .h1 {
	color:rgba(var(--color-link),1);
}

.highlight .hs {
	display:block;
	color:rgba(var(--color-head-strong),1);
	margin-bottom:8px;
	font-size:1.0em;
	font-weight:var(--font-regular);
}
.highlight:hover .hs {
	color:rgba(var(--color-link),1);
}

.highlight p {
	font-size:0.9em;
	line-height:1.3em;
	font-weight:var(--font-regular);
}

.highlight button {
	padding:8px 12px;
	font-size: 0.9em;
}

/* box */


.box {
	background: linear-gradient(to bottom right, rgba(245,240,255,0.4) 0%, rgba(245,240,255,0.4) 60%, rgba(235,220,255,0.5) 100%);
	/*background-color:rgba(248,242,255,1);*/
	border-radius:11px;
	padding:10px 15px;
	text-align:left;
	
	border-style:solid;
	border-width:1px;
	border-color:rgba(var(--color-head-soft),1);
	
	position:relative;
	text-align:center;

}

.box.opaque {
	background: linear-gradient(to bottom right, rgba(245,240,255,0.8) 0%, rgba(245,240,255,0.8) 60%, rgba(235,220,255,1) 100%);
	border-color:rgb(var(--color-head));
}

.box a {
	font-weight:var(--font-bold);
}
/*
.box h1, .box h2, .box h3, .box h4, .box .h1, .box .h2, .box .h3, .box .h4 {
	color:rgba(var(--color-head-strong),1);
}
*/

.box .action {
	color:rgba(var(--color-link),1);
	font-weight:700;
}


.box .hs {
	display:block;
	color:rgba(var(--color-head-strong),1);
	margin-bottom:8px;
	font-size:1.0em;
	font-weight:var(--font-regular);
}

.box p {
	font-size:0.9em;
	line-height:1.3em;
	font-weight:var(--font-regular);
}

.box .more {
	text-align:right;
	padding-top:12px;
	opacity:0.8;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:7px;
}
.box:hover .more {
	opacity:1;
}

.box .more div {
	display:inline-block;
	font-weight:var(--font-regular);
	font-size:0.9em;
	padding:4px 10px;
	background-color:rgba(var(--color-link-bg),1);
	color:#ffffff;
	border-radius:7px;
}



/* teaser */
div.teaser h2, div.teaser h4 {
	font-size:1.6em;
}

div.teaser a {
	color:rgba(var(--color-link),1);
	padding:12px 4px 6px 36px;
	text-align:left;
	position:relative;
	font-size:1.2em;
	text-decoration:none;
	font-weight:var(--font-bold);
	display:block;
	font-family:var(--family-head);
	margin-bottom:0;
}


div.teaser a::before {
	content:'';
	position:absolute;
	display:block;
	top:0;
	bottom:0;
	left:0;
	width:28px;
	mask-image:var(--mask-icon-star);
	-webkit-mask-image:var(--mask-icon-star);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 28px;
	-webkit-mask-size: 28px;

	mask-position: left center;
	-webkit-mask-position: left center;
	
	background-color:rgba(var(--color-link-bg),1);
	

	
}




div.teaser a > b {
	font-family:var(--family-default);
	opacity:0.7;
	font-weight:var(--font-regular);
	font-size:0.8em;
	color:rgb(var(--color-text));
}

div.teaser a:hover, div.teaser a:hover > b {
	color:rgba(var(--color-head-strong),1);
}
div.teaser a:hover::before {
	background-color:rgba(var(--color-head-strong),1);
}


/* footer */


footer {
	height:40px;
	width:100%;
	background-color:rgba(var(--color-head-dull),1);
	color:#fff;

}
footer > div.wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:100%;
}

footer > div .cr {
	opacity:0.6;
	font-size:0.8em;
}

footer > div .links {
	height:100%;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

footer > div .links a {
	display:block;
	margin-left:20px;
	color:#ffffff;
	opacity:0.7;
}
footer > div .links a:hover {
	opacity:1;
}


/* apps */


.tabs {

	display:flex;
	font-size:1.2em;
	justify-content:center;
	position:relative;
	align-items:flex-end;

}


.tabs::before, .tabs::after{
	content:'';

	flex-grow:1;
	height:1px;
	display:block;
	background: linear-gradient(to left, rgba(var(--color-head-strong),0.4) 0%, rgba(var(--color-head-strong),0.4) 50%, rgba(var(--color-head-strong),0) 100%)
}
 .tabs::after{
	background: linear-gradient(to right, rgba(var(--color-head-strong),0.4) 0%, rgba(var(--color-head-strong),0.4) 50%, rgba(var(--color-head-strong),0) 100%)
}


.tabs > div {
	padding:8px 30px;
	position:relative;
	color:rgba(0,0,0,0.5);
	font-weight:var(--font-bold);
	font-size:1.2em;
	cursor:pointer;
	font-family:var(--family-head);
	overflow:hidden;
	border-bottom:solid 1px rgba(var(--color-head-strong),0.4);
}


.tabs > div:first-child {
	padding-left:60px;
}
.tabs > div:last-child {
	padding-right:60px;
}



.tabs > div::before {
	content:'';
	position:absolute;
	width:100%;
	bottom:-5px;
	left:0;
	height:5px;
	box-shadow:0 0 20px 10px rgba(0,0,0,0.05);
}

.tabs > div:first-child::before {
	width:80%;
	left:auto;
	right:0;
}
.tabs > div:last-child::before {
	width:80%;
}



.tabs > div:hover {
	color:#000;
}
.tabs > div:hover::before {
	transition:box-shadow 300ms;
	box-shadow:none;
}

.tabs > div.active {
	overflow:visible;
	border-bottom-color:transparent;
	color:var(--green);
}

.tabs > div.active::before, .tabs > div.active::after {
	content:'';
	transition:none;
	box-shadow:none;
	position:absolute;
	width:180px;
	top:0;
	left:-180px;
	bottom:-1px;
	height:auto;
	border: 1px solid transparent;
	border-image: linear-gradient(to bottom right, rgba(var(--color-head-strong),0) 0%, rgba(var(--color-head-strong),0) 50%, rgba(var(--color-head-strong),1) 100%);
	border-image-slice: 1;
	z-index:1;
	pointer-events:none;
}

.tabs > div.active::after {
	left:100%;
	border-image: linear-gradient(to bottom left, rgba(var(--color-head-strong),0) 0%, rgba(var(--color-head-strong),0) 50%, rgba(var(--color-head-strong),1) 100%);
	border-image-slice: 1;
}

.tabs > div.active:first-child::before {
	left:-150px;
}

.tabs > div.active:last-child::after {
	left:auto;
	right:-150px;
}

.tabs-end {
	background: linear-gradient(135deg, rgba(var(--color-head-strong),0) 0%, rgba(var(--color-head-strong),1) 30%, rgba(var(--color-head-strong),1) 70%, rgba(var(--color-head-strong),0) 100%);
	height:1px;
	margin:10px 0;
}

/* horoscopes */


.zodiac-bar {
	width:90%;
	height:18px;
	border-radius:3px;
	position:relative;
	margin:10px auto;
	text-align:left;
	color:#fff;
	font-weight:var(--font-bold);
	font-size:0.8em;
	padding-left:3px;
}

.zodiac-bar::before {
	position:absolute;
	top:-2px;
	left:0%;
	content:'';
	width:22px;
	height:22px;
	border-radius:3px;
	background-color:#fff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.7);

}

.zodiac-bar::after {
	position:absolute;
	top:-2px;
	left:0%;
	content:'';
	width:22px;
	height:22px;
	
	mask-image:url(../img/icon-love.png);
	-webkit-mask-image:url(../img/icon-love.png);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80%;
	-webkit-mask-size: 80%;

	mask-position: 2px;
	-webkit-mask-position: 2px;
	
	background-color:rgba(var(--color-head-strong),1);
	

}

.zodiac-bar-love::after {
	mask-image:url(../img/icon-love.png);
	-webkit-mask-image:url(../img/icon-love.png);
}
.zodiac-bar-career::after {
	mask-image:url(../img/icon-career.png);
	-webkit-mask-image:url(../img/icon-career.png);
}
.zodiac-bar-health::after {
	mask-image:url(../img/icon-health.png);
	-webkit-mask-image:url(../img/icon-health.png);
}

.zodiac-bar-money::after {
	mask-image:url(../img/icon-career.png);
	-webkit-mask-image:url(../img/icon-career.png);
}
.zodiac-bar-gamble::after {
	mask-image:url(../img/icon-gamble.png);
	-webkit-mask-image:url(../img/icon-gamble.png);
}
.zodiac-bar-credit::after {
	mask-image:url(../img/icon-credit.png);
	-webkit-mask-image:url(../img/icon-credit.png);
}

.zodiac-bar-friends::after {
	mask-image:url(../img/icon-friends.png);
	-webkit-mask-image:url(../img/icon-friends.png);
}
.zodiac-bar-boss::after {
	mask-image:url(../img/icon-boss.png);
	-webkit-mask-image:url(../img/icon-boss.png);
}


.zodiac-bar-value-1 { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 20%, rgba(var(--color-head-strong),0.15) 21%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-2 { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 40%, rgba(var(--color-head-strong),0.15) 41%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-3 { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 60%, rgba(var(--color-head-strong),0.15) 61%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-4 { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 80%, rgba(var(--color-head-strong),0.15) 81%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-5 { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 100%) }


.zodiac-bar-value-1::after, .zodiac-bar-value-1::before {
	left:20%;
}

.zodiac-bar-value-2::after, .zodiac-bar-value-2::before  {
	left:35%;
}

.zodiac-bar-value-3::after, .zodiac-bar-value-3::before  {
	left:55%;
}

.zodiac-bar-value-4::after, .zodiac-bar-value-4::before  {
	left:75%;
}

.zodiac-bar-value-5::after, .zodiac-bar-value-5::before  {
	left:97%;
}


.zodiac-bar-value-percent-1  { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 14%, rgba(var(--color-head-strong),0.15) 15%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-percent-2  { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 22%, rgba(var(--color-head-strong),0.15) 23%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-percent-3  { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 31%, rgba(var(--color-head-strong),0.15) 32%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-percent-4  { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 41%, rgba(var(--color-head-strong),0.15) 42%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-percent-5  { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 51%, rgba(var(--color-head-strong),0.15) 52%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-percent-6  { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 61%, rgba(var(--color-head-strong),0.15) 62%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-percent-7  { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 71%, rgba(var(--color-head-strong),0.15) 72%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-percent-8  { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 81%, rgba(var(--color-head-strong),0.15) 82%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-percent-9  { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 91%, rgba(var(--color-head-strong),0.15) 92%,  rgba(var(--color-head-strong),0.15) 100%); }
.zodiac-bar-value-percent-10 { background: linear-gradient(90deg, rgba(var(--color-head-strong),1) 0%, rgba(var(--color-head-strong),1) 100%); }



.zodiac-bar-value-percent-1::after, .zodiac-bar-value-percent-1::before {
	left:12%;
}

.zodiac-bar-value-percent-2::after, .zodiac-bar-value-percent-2::before  {
	left:20%;
}

.zodiac-bar-value-percent-3::after, .zodiac-bar-value-percent-3::before  {
	left:28%;
}

.zodiac-bar-value-percent-4::after, .zodiac-bar-value-percent-4::before  {
	left:38%;
}

.zodiac-bar-value-percent-5::after, .zodiac-bar-value-percent-5::before  {
	left:48%;
}

.zodiac-bar-value-percent-6::after, .zodiac-bar-value-percent-6::before  {
	left:58%;
}

.zodiac-bar-value-percent-7::after, .zodiac-bar-value-percent-7::before  {
	left:68%;
}

.zodiac-bar-value-percent-8::after, .zodiac-bar-value-percent-8::before  {
	left:78%;
}

.zodiac-bar-value-percent-9::after, .zodiac-bar-value-percent-9::before  {
	left:88%;
}

.zodiac-bar-value-percent-10::after, .zodiac-bar-value-percent-10::before  {
	right:0;
	left:auto;
}


.lucky-numbers {
	display:flex;
	justify-content:center;
}

.lucky-numbers > div {
	border:solid 2px rgba(var(--color-head-soft),1);
	background-color:rgba(var(--color-head-soft),0.2);
	color:rgba(var(--color-head-strong),1);
	text-align:center;
	font-size:15px;
	font-weight:var(--font-bold);
	line-height:33px;
	width:36px;
	height:36px;
	border-radius:18px;
	margin:0 10px;
}


/* single */


.single-horoscope-hearts div {
	width:32px;
	height:32px;
	display:inline-block;
	margin:0 4px;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 32px;
	-webkit-mask-size: 32px;
	mask-position: center center;
	-webkit-mask-position: center center;
	background-color:rgb(var(--color-head-strong));
}
.single-horoscope-hearts div.heart-on {
	mask-image:url(/application/app/public/img/heart-icon-1.png);
	-webkit-mask-image:url(/application/app/public/img/heart-icon-1.png);
}
.single-horoscope-hearts div.heart-off {
	mask-image:url(/application/app/public/img/heart-icon-0.png);
	-webkit-mask-image:url(/application/app/public/img/heart-icon-0.png);
}





.single-horoscope-quote {
	padding:15px 10px 15px 110px;
	background-image:url(/app/public/ebquoted.png), linear-gradient(170deg, rgba(0,189,250,0.02) 30%, rgba(0,189,250,0.15) 100%);
	background-position:left bottom, 0% 0%;
	background-repeat:no-repeat, no-repeat;
	background-size:auto 80px, auto;
	height:90px;
	text-align:left;
	border:solid 1px rgba(0,189,250,0.5);
	display:flex;
	align-items:center;
	font-size:1.2em;
	position:relative;
}
.single-horoscope-quote::after {
	content: '';
	position: absolute;
	width: 6%;
	height: 100%;
	background-image: url(/app/public/quoteicond.png);
	background-size: contain;
	background-position: center top;
	right: 10px;
	top: 4px;
	background-repeat: no-repeat;
	opacity: 0.2;
}


/* theme switch */

.theme-switch {
	width:40px;
	height:40px;
	padding:7px;
	opacity:0.8;
	border-radius:20px;
	cursor:pointer;

}
.theme-switch:hover {
	background-color:rgba(240,240,255,0.1);
	opacity:1;
	
	
}

/* yearly */



.jh-partner > div {
	display:block;
	padding:4px 0 4px 28px;
	margin-bottom:10px;
	position:relative;
}

.jh-partner > div::before {
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	left:0;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	font-family:monospace;
	vertical-align:middle;
	color:rgb(var(--color-head-strong));
	opacity:0.7;
	
}

.jh-partner > div.jh-partner-0::before { content: '\2648\FE0E'; }
.jh-partner > div.jh-partner-1::before { content: '\2649\FE0E'; }
.jh-partner > div.jh-partner-2::before { content: '\264A\FE0E'; }
.jh-partner > div.jh-partner-3::before { content: '\264B\FE0E'; }
.jh-partner > div.jh-partner-4::before { content: '\264C\FE0E'; }
.jh-partner > div.jh-partner-5::before { content: '\264D\FE0E'; }

.jh-partner > div.jh-partner-6::before { content: '\264E\FE0E'; }
.jh-partner > div.jh-partner-7::before { content: '\264F\FE0E'; }
.jh-partner > div.jh-partner-8::before { content: '\2650\FE0E'; }
.jh-partner > div.jh-partner-9::before { content: '\2651\FE0E'; }
.jh-partner > div.jh-partner-10::before { content: '\2652\FE0E'; }
.jh-partner > div.jh-partner-11::before { content: '\2653\FE0E'; }


/*

				<div><div>&#x2648;&#xFE0E;</div><div>{{prophecy.partner0}}</div></div>
				<div><div>&#x2649;&#xFE0E;</div><div>{{prophecy.partner1}}</div></div>
				<div><div>&#x264A;&#xFE0E;</div><div>{{prophecy.partner2}}</div></div>
				<div><div>&#x264B;&#xFE0E;</div><div>{{prophecy.partner3}}</div></div>
				<div><div>&#x264C;&#xFE0E;</div><div>{{prophecy.partner4}}</div></div>
				<div><div>&#x264D;&#xFE0E;</div><div>{{prophecy.partner5}}</div></div>
				<div><div>&#x264E;&#xFE0E;</div><div>{{prophecy.partner6}}</div></div>
				<div><div>&#x264F;&#xFE0E;</div><div>{{prophecy.partner7}}</div></div>
				<div><div>&#x2650;&#xFE0E;</div><div>{{prophecy.partner8}}</div></div>
				<div><div>&#x2651;&#xFE0E;</div><div>{{prophecy.partner9}}</div></div>
				<div><div>&#x2652;&#xFE0E;</div><div>{{prophecy.partner10}}</div></div>
				<div><div>&#x2653;&#xFE0E;</div><div>{{prophecy.partner11}}</div></div>

*/

.jh-magic b {
	font-weight:var(--font-bold);
	display:block;
}

.jh-magic span {
	display:block;
	padding-left:10px;
	margin-bottom:6px;
}

.jh-good {
	color:#0e834b;
}

.jh-bad {
	color:#e22b00;
}

/* chinese */


.chinese-wux > div {
	line-height:1em;
	font-size:2.7em;
	opacity:0.5;
	margin-bottom:0.3em;
	margin-right:20px;
	font-weight:var(--font-regular);
}

.chinese-monthly {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.chinese-monthly .chinese-month {
	width:47%;
	margin-bottom:40px;
}



/* ascendant */

/*
.ascendant-form {
	display:flex;
	text-align:left;
	justify-content:center;
	align-items:flex-end;
}
.ascendant-form > div {
	margin:0 20px;
}
.ascendant-form input {
	min-width:100%;
}
*/

.geolocation-city {
	width:100%;
}

.geolocation-list {
	left:0;
	width:400px;
	
	position:absolute;
	color:#000000;
	border: solid 1px #ffc05d;
	margin-top:2px;
	max-height:400px;
	overflow-y:scroll;
	overflow-x:hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer;
	z-index:900;
	display:none;
}

.geolocation-item {
	height:44px;
	padding:4px;
}
.geolocation-item:nth-child(even) {
	background-color: #ffffff
}
.geolocation-item:nth-child(odd) {
	background-color: #f0f0f0
}

.geolocation-item:hover {
	background-color:#ff5000;
	color:#ffffff;
}



.geolocation-item-city {
	font-size:14px;
	font-weight:700;
	margin-bottom:6px;
	float:left;
}

.geolocation-item-ccrgn {
	clear:both;
	
	padding-left:20px;
	background-size:16px 16px;
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:12px;
	line-height:16px;
}
.geolocation-item-coords {
	float:right;
	opacity:0.5;
	font-size:11px;
	font-weight:400;
}

.geolocation-flag {
	position:absolute;
	right:6px;
	top:0;
	bottom:0;
	background-size:16px 16px;
	background-repeat:no-repeat;
	background-position:center center;
	display:none;
	width:16px;
}

/* biorhythm */


#br_dates {
	position:relative;
	height:40px;
}

#br_dates > div {
	position:absolute;
	font-weight:var(--font-bold);
	font-size:1em;
	transform: rotate(-90deg);
	transform-origin:0% 50%;
	width:40px;
	top:30px;

	
	text-align:right;
	white-space:nowrap;
}

#br_calc {
	position:absolute; width:100%; top:50px; left:0;
}

/* pick a card tarot */


.pick-a-card {
	position:relative;
	overflow:hidden;
}

.pick-a-card::after {
	content:'';
	position:absolute;
	display:block;
	height:2px;
	left:0;
	right:0;
	bottom:0;
	background: linear-gradient(90deg, rgba(var(--color-link),0) 0%, rgba(var(--color-link),1) 20%, rgba(var(--color-link),1) 80%, rgba(var(--color-link),0) 100%);
	z-index:10;
}

.pick-a-card::before {
	content:'';
	position:absolute;
	display:block;
	height:30px;
	left:10%;
	right:10%;
	bottom:-40px;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.8);
	z-index:9;
}

.pick-a-card .cards {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}


.pick-a-card .card {
	position:absolute;
	overflow:visible;
	cursor:pointer;
	transition:transform 500ms;

}
.pick-a-card .card > div {
	position:absolute;
}
.pick-a-card .card > div > img {
	position:absolute;
	transform:translate(-50%,-50%);
	box-shadow: -2px -1px 3px 0px rgba(0,0,0,0.1);
}

.pick-a-card .card:hover > div > img {
	transform:translate(-50%,-60%);
}

.pick-a-card .overlay {
	background-color:rgba(255,255,255,0.5);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:2;
	display:flex;
	justify-content:space-around;
	align-items:center;
}




/* iging */


.iging-container {
	display:flex;
	justify-content:space-between;
}

.iging-throw-container {
	width:30%;
}
.container3d {
	width:100%;
	perspective: 300px;
	perspective-origin: center center;
	display:flex;
	justify-content: center;
	align-items:center;
	margin-bottom:20px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}


.throw.working {
	opacity:0.5;
	cursor:default;
}

.throw.done {
	font-family: var(--family-head);
	
}

.coin {
	display:inline-block;
	width:120px;
	height:120px;
	margin:0 5px;
}


.coinc {
	width:100%;
	height:100%;
	position:relative;
	transform-origin: 50% 50% 0;
	transform-style: preserve-3d;
	opacity:0.5;
	/*background-color:rgba(255,0,0,0.2);*/
}

.coinc .coini {
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	transform-style: preserve-3d;
	box-sizing: border-box;
	background-position:top left;
	background-size:100% 100%;
	background-repeat:no-repeat;
	backface-visibility: hidden;
}

.coinc .coinf {
	transform: translateZ(5px);
	background-image:url(/fileadmin/template/images/coin0.png);
}

.coinc .coinfu {
	background-image:url(/fileadmin/template/images/coin2.png);
}

.coinc .coinb {
	background-image:url(/fileadmin/template/images/coin1.png);
	transform:  translateZ(-5px) rotateY(180deg);
	
}

.coinc .side {
	width:20px;
	height:12px;
	position:absolute;
	top :-6px;
	left:-10px;
	background-image:url(/fileadmin/template/images/side.png);
	background-repeat:no-repeat;
}




.iging-card {
	width:160px;
	border-style:solid;
	border-width:2px;
	border-color:rgba(var(--color-head-dull),0.8);
	
	background-color:rgba(var(--color-highlight),1);

	
}
.iging-card .iging-lines {
	border-bottom-style:solid;
	border-width:1px;
	border-color:rgba(var(--color-head-dull),0.8);
	padding:10px 0;
}
.iging-card .iging-lines div {
	padding-bottom:20%;
	width:90%;
	margin:2% auto;

	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	

	mask-size: 100%;
	-webkit-mask-size: 100%;


	mask-position: left center;
	-webkit-mask-position: left center;
	
	background-color:rgba(var(--color-head),0.7);
}

.iging-card .iging-lines .bar-0 {
	mask-image:url(/application/app/public/img/igbar0i.png);
	-webkit-mask-image:url(/application/app/public/img/igbar0i.png);
}

.iging-card .iging-lines .bar-1 {
	mask-image:url(/application/app/public/img/igbar1i.png);
	-webkit-mask-image:url(/application/app/public/img/igbar1i.png);
}

.iging-card .iging-lines .bar-2 {
	mask-image:url(/application/app/public/img/igbar2i.png);
	-webkit-mask-image:url(/application/app/public/img/igbar2i.png);
}

.iging-card .iging-title {
	font-size:1.2em;
	text-align:center;
	padding:5%;
}

.iging-card .iging-title b {
	font-size:1.5em;
	line-height:1.3em;
}



.iging-steps {
	position:relative;
	overflow:hidden;
}

.iging-step {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	opacity:0;
	z-index:1;
}


.iging-step.active {
	opacity:1;
	z-index:99;
	position:relative;
}

.iging-result-button {
	opacity:0;
	transition: opacity 200ms;
}
 
.iging-result-button.active {
	opacity:1;
}



h3#iging_question {
	font-family: var(--family-head);
	color:#f0f0f0;
	font-weight:normal;
	font-size:2em;
	margin-top:5px;
}


table.iging-descr td {
	vertical-align:middle;
	height:30px;
}
table.iging-descr tr td:first-child {
	width:25%;
	padding:5px 10px;
}

table.iging-descr tr td:last-child {
	padding-left:5px;
}

table.iging-descr td img {
	width:100%;
}


#iging_descr2 {
	display:none;
}

#iging_question_input {
	width:50%;
}


/* dream */

.dream-lex .big {
	font-size:1.5em;
	font-weight:bold;
}

.dream-lex .dream-dict {
	padding:8px 0 20px 0;
}
.dream-lex .dream-dict a {
	display:inline-block;
	margin:0 10px 6px 0;
	color:rgba(var(--color-link),1);
	padding:3px 6px;
	border-style:solid;
	border-width:1px;
	border-color: rgba(var(--color-head),1);
	background-color: rgba(var(--color-head),0.1);
	text-decoration:none;
}
.dream-lex .dream-dict a:hover {
	color:rgba(var(--color-head),1);
}

.dream-nav {
	display:flex;
	justify-content:space-between;
}

dream-nav a {
	display:block;
}


/* form */


.control-error {
	color:#ff2000;
}

.form {
	text-align:left;
}

.form .control-error {
	display:none;
	text-align:center;
	margin:6px 0;
}


.form.error .control-error {
	display:block;
}

.form.error label.error {
	color:#ff2000;
}


/* contact */


.contact table {
	width:100%;
	border-spacing: 0;;
}
.contact table tr td {
	padding:0 0 10px 0;
}
.contact table tr td:first-child {
	padding-right:4px;

}

.contact select, .contact input {
	width:100%;
	display:block;
}


.contact textarea {
	height:150px;
	width:100%;
	display:block;
}


/* control ComboBox */


/* controls */


div[data-control="ComboBox"] {
	width:100%;
}


div[data-control="ComboBox"] > .combo-box-input {
	position: relative;
}

div[data-control="ComboBox"] > .combo-box-input > input {
	width: 100%;
	height: 30px;
}


div[data-control="ComboBox"] > .combo-box-input > div {
	position: absolute;
	z-index: 900;
	right: 0;
	overflow-y: scroll;
	max-height: 400px;
	background-color: rgba(var(--color-bg),1);
	border: solid 1px rgba(var(--color-head),1);
	width: 100%;
	box-sizing: border-box;
	display:none;
	text-align:left;
}

div[data-control="ComboBox"] > .combo-box-input > div > div {
	padding: 4px 6px;
	cursor: pointer;
}

/* extra */


.book-promotion {
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
.book-promotion > div {
	width:48%;
	margin-bottom:20px;
}




/* apads */

div[data-apad] {
	background-color:rgba(var(--color-head),0.05);
	border-style:solid;
	border-width:1px;
	border-color:rgba(var(--color-head-dull),0.3);
	position:relative;
}

div[data-apad]::before {
	content:'Anzeige';
	position:absolute;
	top:3px;
	right:5px;
	color:rgba(var(--color-text),0.5);
	font-size:0.8em;
}
div[data-apad].loaded {
	background:none;
	border:none;
}

div[data-apad].loaded::before {
	display:none;
}

div[data-apad="leaderboard"], div[data-apad="leaderboard"] > div {
	height:90px;
}

div[data-apad="rectangle"], div[data-apad="rectangle"] > div {
	width:336px;
	height:280px;
}

div[data-apad="small-rectangle"], div[data-apad="small-rectangle"] > div {
	width:300px;
	height:250px;
}

div[data-apad="halfpage"] > div {
	display:none;
}



div[data-apad2] {
	background-color:rgba(var(--color-head),0.05);
	border-style:solid;
	border-width:1px;
	border-color:rgba(var(--color-head-dull),0.3);
	position:relative;
}

div[data-apad2]::before {
	content:'Advertisment';
	position:absolute;
	top:3px;
	right:5px;
	color:rgba(var(--color-text),0.5);
	font-size:0.8em;
}
div[data-apad2].loaded {
	background:none;
	border:none;
}

div[data-apad2].loaded::before {
	display:none;
}

div[data-apad2="leaderboard"], div[data-apad2="leaderboard"] > div {
	height:90px;
}

div[data-apad2="rectangle"], div[data-apad2="rectangle"] > div {
	width:336px;
	height:280px;
	overflow:hidden!important;
}

div[data-apad2="small-rectangle"], div[data-apad2="small-rectangle"] > div {
	width:300px;
	height:250px;
	overflow:hidden!important;
}

div[data-apad2="halfpage"] > div {
	display:none;
}




/* cookies */


.cookies {
	font-size:1.1em;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	justify-content:space-around;
	align-items:center;
	background-color:rgba(var(--color-bg),0.8);
	z-index:10000;
}

.cookies-dialog {
	background-color:rgb(var(--color-bg));
	padding:15px;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
	max-width:40%;
}

.cookies-buttons {
	display:flex;
	justify-content:space-around;
}

.cookies-buttons > button {
	margin:0 5px;
	display:block;
}

.cookies-selection {
	display:flex;

	
	line-height:1.1em;
}
.cookies-check {
	margin:0 5px;
	display:flex;
	align-items:center;
}

.cookies-check input {
	display:block;
	width:1.2em;
	height:1.2em;
	margin-right:0.5em;
}

button.cookies-minimal {
	background-color:rgba(100,80,90,1);
}

/* misc */


img.eb-sig {
	width:50%;
	height:auto;
}

img.signature {
	filter:invert(100%) hue-rotate(-90deg);
	opacity:0.9;
	width:50%;
	height:auto;
}

/* breadcrumb */

ol.breadcrumb  {
	list-style-type:none;
	display:block;
	margin:0;
	padding:8px 0;
	font-size:0.9em;
}
ol.breadcrumb li {
	display:inline-block;
	padding-right:17px;
	position:relative;
}
ol.breadcrumb li a {
	color:rgba(var(--color-text),0.7);
}
ol.breadcrumb li a:hover {
	color:rgba(var(--color-link),1);
	
}

ol.breadcrumb li:after {
    content: '';
    position: absolute;
    right: 6px;
    top: 6px;
	display:block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid rgba(var(--color-text),0.5);
    border-right: 2px solid rgba(var(--color-text),0.5);
	transform:rotate(-45deg);
}

ol.breadcrumb li:last-child::after {
	display:none;
}


/* form */


form {
	text-align:left;
}

form .cc {
	display:table;
}

form .cg {
	display:table-row;
}

form .cgl, form .cgi {
	display:table-cell;
	padding:4px 0;
	vertical-align: middle;
}

form .cg .cgl:first-child {
	padding-right:8px;
}
form .cg .cgi:first-child {
	padding-right:8px;
}

form label {
	display:inline-block;
}

form input, form select {
	width:100%;
}

form .cgi.inline input, form .cgi.inline select  {
	width:auto;
}

form input[type="checkbox"] {
	width:auto;
	display:inline-block;
	
}


/* heilmeditation */

.heilmeditation-confirm {
	width:55%;
}


/* nxform */

form.nxform {
	text-align:left;	
}

form.nxform .nxcg {
	display:block;
	padding-bottom:1em;
}


form.nxform .nxccb {
	display:block;
}


form.nxform .nxcc {
	display:flex;
	
}

form.nxform .nxcc > .nxcg {
	margin-right:1em;
}



form.nxform > .nxl {
	padding-bottom:0.3em;
}

form.nxform .nxlb {
	font-size:1.2em;
}
form.nxform .nxls {
	font-size:0.8em;
}

form.nxform .nxli input, form.nxform .nxli select {
	padding:0.2em 0.4em;
}


form.nxform .nxcg, form.nxform .nxcc {
	max-width:50%;
}

form.nxform .nxtooltip{
    position: absolute;
    border: 1px solid #ff3000;
    padding: 5px 8px;
    border-radius: 5px;
	background-color:#fff0f0;
	z-index:100;
	box-shadow:2px 2px 9px 0px rgba(0,0,0,0.7);
	font-weight:bold;
	display:none;

}
form.nxform .nxtooltip:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 15px;
    top: -6px;
    width: 10px;
    height: 10px;
    border-color: #ff3000;
    border-width: 1px;
    border-style: solid none none solid;
    background-color: #fff0f0;
    transform: rotate(45deg);
}


/* lichtclub */


.lichtclub-user {
	opacity:0.7;
	cursor:pointer;
	background-image:url(/application/app/public/img/user2.svg);
	height:34px;
	min-width:34px;
	border:solid 1px #ffffff;
	border-radius:9px;
	background-size:22px 22px;
	background-repeat:no-repeat;
	background-position:5px center;
	display:flex;
	align-items:center;
}


.lichtclub-user .lichtclub-user-name {
	padding:0 10px 0 38px;
	color:#ffffff;
}

.lichtclub-user.loggedin {
	opacity:0.8;
	background-image:url(/application/app/public/img/user.svg);

}

.lichtclub-user:hover {
	opacity:1;
}


.dlg-lichtclub-login .lichtclub-login-bottom {
	display:flex;
	justify-content:space-between;
}



/* dialog */

.dialog-overlay {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.3);
	justify-content:center;
	align-items:center;
	z-index:10000;
	display:none;
}

.dialog {
	z-index:10001;
	padding:20px 20px;
	background-color: rgba(var(--color-bg),1);
	box-shadow:0 0px 25px 0 rgba(10,0,40,0.8);
	border-style:solid;
	border-width:1px;
	border-color:rgba(var(--color-head-soft),1);
	border-top-width:0;
	color:rgb( var(--color-text) );
	display:none;
}



.button > .loader,
.button > .loader:before,
.button > .loader:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}
.button > .loader {
  color: #ffffff;
  position: absolute;
  transform: translateZ(0);
  animation-delay: -0.16s;
  display:none;
  top:-1px;
  left: calc(50% - 7px);
}
.button > .loader:before,
.button > .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.button > .loader:before {
  left: -15px;
  animation-delay: -0.32s;
}
.button > .loader:after {
  left: 15px;
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 14px 0 -12px;
  }
  40% {
    box-shadow: 0 14px 0 0;
  }
}




.nx-geoloc-suggest {
	overflow-y:scroll;
	overflow-x:hidden;
	border-color:rgba(var(--color-link-bg),1);
	border-style:solid;
	border-width:1px;
	background-color:rgba(var(--color-highlight),1);
	z-index:9999;
	
	position:absolute;
	left:0;
	right:0;
	display:none;
	max-height:30vh;

}
.nx-geoloc-suggest > div.nx-geoloc-suggest-item {
	padding:5px 4px;
	cursor:pointer;
}

.nx-geoloc-suggest > div.nx-geoloc-suggest-item:hover > .nx-geoloc-suggest-city {
	color:rgba(var(--color-head),1);
}

.nx-geoloc-suggest > div.nx-geoloc-suggest-item:nth-child(even) {
	background-color:rgba(255,255,255,0.5);
}

.nx-geoloc-suggest > div > .nx-geoloc-suggest-city {
	font-size:1.1em;
	color:#000;
}
.nx-geoloc-suggest > div > .nx-geoloc-suggest-coord {
	font-size:0.8em;
	color:#000;
	opacity:0.5;
	margin-top:-0.2em;
}

/* dialog */


.nx-dialog {
	min-width:360px;
	max-width:40vw;
}

div.dlg-icon-dialog {
	text-align:center;
	min-width:380px;
	max-width:40vw;
	padding:4px;
	font-size:0.95em;
}

div.dlg-icon-dialog > div > div:first-child {
	width:60px;
	flex-shrink:0;
	padding-right:8px;
}

.nx-dialog.language {
	min-width:0;
}


@media screen and (min-width: 2150px) {
	.wrap {
		max-width:1440px;
	}
	
	body {
		font-size:16px;
	}

}

@media screen and (max-width: 2000px) {
	.wrap {

		margin:0 auto 0 12%;
		width:99%;
	}

}

@media screen and (max-width: 1800px) {
	.wrap {

		margin:0 auto 0 5%;

	}

}

@media screen and (max-width: 1680px) {
	.wrap {
		margin:0 auto 0 1%;
	}

}

@media screen and (max-width: 1599px) {
	.wrap {
		margin:0 auto 0 auto;
		width:99%;
	}
	
	.hide-small {
		display:none;
	}
}


@media screen and (max-width: 1279px) {
	.wrap {
		margin:0 auto 0 auto;
		width:99%;
	}
	
	.hide-small {
		display:none;
	}
	
	section > div.w10 { width:10%; }
	section > div.w15 { width:15%; }
	section > div.w20 { width:20%; }
	section > div.w25 { width:22%; }
	section > div.w30 { width:30%; }
	section > div.w33 { width:30%; }
	section > div.w35 { width:35%; }
	section > div.w40 { width:40%; }
	section > div.w45 { width:45%; }
	section > div.w50 { width:47%; }
	section > div.w55 { width:55%; }
	section > div.w60 { width:60%; }
	section > div.w65 { width:65%; }
	section > div.w70 { width:70%; }
	section > div.w75 { width:72%; }
	section > div.w80 { width:80%; }
	section > div.w85 { width:85%; }
	section > div.w90 { width:90%; }
	section > div.w95 { width:95%; }
	section > div.w100 { width:100%; }
	
}


